home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 003 / _drlink / Features < prev   
Text File  |  1993-08-28  |  1KB  |  34 lines

  1. Drlink version 0.24 - An AOF linker, by Dave Daniels
  2.  
  3. Drlink is a linker for AOF files. It is a near-full replacement
  4. for the Acorn linker, link, capable of performing nearly all of
  5. link's functions except for features such as creating
  6. partially-linked AOF files or overlays. Drlink's main features
  7. are:
  8.  
  9. *  It is based very closely on the version of link that comes with
  10.    release 3 of the Acorn C compiler.
  11. *  It links AOF files and ALF libraries to create AIF image files,
  12.    reloctable AIF image files, plain binary image files, or
  13.    relocatable modules in RMF format.
  14. *  It has the same command syntax as link and so can be used as
  15.    a direct replacement for link.
  16. *  It can run much faster than link.
  17. *  It can use less memory than link.
  18. *  It works with amu.
  19. *  It can extend size of wimpslot if running under a task window
  20.    or the F12 CLI if memory runs short.
  21. *  It supports extended command lines.
  22. *  It an remove unused functions from programs, if the right
  23.    compiler options were used when compiling the program.
  24. *  It can scan libraries more than once when resolving symbols
  25.    references
  26. *  Symbolic debugging tables can be selectively included in the
  27.    image file.
  28. *  It has *documented* link edit commands
  29.  
  30. Drlink has been tested with both release 3 and release 4 of the
  31. Acorn C compiler as well as the DDE Pascal compiler, !As and TLA.
  32.  
  33.  
  34.